home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr49 / 127_01.zip / DIABLO.SS < prev    next >
Text File  |  1993-06-17  |  2KB  |  77 lines

  1. !----------------------------------------------------------------------
  2. !        File DEFAULT.SS : RAP SS file for Diablo Printer
  3. !----------------------------------------------------------------------
  4.  
  5. !----------------------------------------------------------------------
  6. !                COMMANDS TO RAP
  7. !        (This section MUST be the first in the SS file)
  8. !----------------------------------------------------------------------
  9.  
  10. .cf 0!Single sheets
  11. .cc 1!compress control codes
  12.  
  13. !----------------------------------------------------------------------
  14. !           FONTS
  15. !----------------------------------------------------------------------
  16.  
  17. }norm}
  18. }"Normal Printwheel, <space>.}_
  19. }wait}
  20.  
  21. }gensci}
  22. }"General Scientific Printwheel, <space>.}_
  23. }wait}
  24.  
  25. }apl}
  26. }"APL Printwheel, <space>.}_
  27. }wait}
  28.  
  29. !----------------------------------------------------------------------
  30. !        Subscripts and Superscripts
  31. !----------------------------------------------------------------------
  32.  
  33. }d1}!leadin to subscripts
  34. }u}!half linefeed
  35.  
  36. }u2}!finish subscript
  37. }d}!negative half linefeed
  38.  
  39. }u1}!leadin to superscript
  40. }d}!negative half linefeed
  41.  
  42. }d2}!finish superscript
  43. }u}!half linefeed
  44.  
  45. !----------------------------------------------------------------------
  46. !           Rap Utilized Substitutions
  47. !----------------------------------------------------------------------
  48.  
  49. !Initialization
  50.  
  51. !send 2xCR and two ETX codes.  The two ETXs serve to init. the 1200
  52. !baud BIOS code.
  53.  
  54. }init}
  55. 
  56.  
  57. !Font change already defined
  58.  
  59. !----------------------------------------------------------------------
  60. !           Terminal Specific
  61. !----------------------------------------------------------------------
  62.  
  63. }u}!Reverse half linefeed
  64. U
  65.  
  66. }d}!Half linefeed.
  67. D
  68.  
  69. }rlf}!Reverse linefeed
  70. ^J
  71.  
  72. !----------------------------------------------------------------------
  73. !            END OF DEFAULT.SS
  74. !----------------------------------------------------------------------
  75. -----------------------
  76.  
  77. }d1}!